crypto/tls.clientHelloMsg.secureRenegotiationSupported (field)
12 uses
crypto/tls (current package)
handshake_client.go#L78: secureRenegotiationSupported: true,
handshake_client.go#L220: hello.secureRenegotiationSupported = false
handshake_messages.go#L86: secureRenegotiationSupported bool
handshake_messages.go#L132: if m.secureRenegotiationSupported && !echInner {
handshake_messages.go#L431: m.secureRenegotiationSupported = false
handshake_messages.go#L438: m.secureRenegotiationSupported = true
handshake_messages.go#L565: m.secureRenegotiationSupported = true
handshake_messages.go#L695: secureRenegotiationSupported: m.secureRenegotiationSupported,
handshake_server.go#L224: hs.hello.secureRenegotiationSupported = hs.clientHello.secureRenegotiationSupported
handshake_server_tls13.go#L630: ch.secureRenegotiationSupported != ch1.secureRenegotiationSupported ||
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |